fix 32-bit compile failure
authorDovecot Maintainers <dovecot@packages.debian.org>
Wed, 4 Feb 2026 16:09:21 +0000 (11:09 -0500)
committerNoah Meyerhans <noahm@debian.org>
Wed, 4 Feb 2026 16:09:21 +0000 (11:09 -0500)
Origin: https://github.com/dovecot/pigeonhole/commit/82e3d905d68723f6477619ebb0a642ffe7f126bc.patch

Origin: https://github.com/dovecot/pigeonhole/commit/82e3d905d68723f6477619ebb0a642ffe7f126bc.patch
Gbp-Pq: Name fix-32-bit-compile-error.patch

pigeonhole/src/lib-sieve/plugins/extlists/ext-extlists-settings.h

index 142598a66afb5ece523b3affdbae2a871e706182..82ab593c75f23eba4b13beb0a56f2443b728eccf 100644 (file)
@@ -12,7 +12,7 @@ struct ext_extlists_list_settings {
 
        const char *name;
        /* Maximum size of lookup value */
-       size_t max_lookup_size;
+       uoff_t max_lookup_size;
 
        struct {
                const char *name;